PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableColumn Class / setIsWidthRelativeToTable Method
True if the getWidth is relative, false otherwise. Default is false.
In This Topic
    setIsWidthRelativeToTable Method
    In This Topic
    Sets a flag indicating whether the getWidth value is absolute or percentage relative to table width.
    Syntax
    public void setIsWidthRelativeToTable( 
       boolean value
    )

    Parameters

    value
    True if the getWidth is relative, false otherwise. Default is false.
    See Also